home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / schwieri.dxr / Schwierigk_47_Ein- oder Mehrspielerspiel-.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  122 b   |  10 lines

  1. global gNoPlayers
  2.  
  3. on enterFrame
  4.   if gNoPlayers = 1 then
  5.     go("SchwierigkE")
  6.   else
  7.     go("SchwierigkM")
  8.   end if
  9. end
  10.